ArcPad Preferences File Schema
TRACKLOG Element
See Also  Send comments on this topic.
ArcPad Preferences File Schema > ArcPad Element > PREFERENCES Element : TRACKLOG Element

Glossary Item Box

Description

Used to specify the GPS tracklog settings in ArcPadPrefs.apx.

Diagram

TRACKLOG Element

Overview

TRACKLOG
Used to specify the GPS tracklog settings in ArcPadPrefs.apx.
interval optional xs:string
Interval of GPS fixes to capture at in the tracklog shapefile.
measure optional Restriction of xs:int
The GPS measurement that is stored as the tracklog shapefile's measure value (M-value). The values that represent each measurement are: 0 = PDOP 1 = HDOP 2 = VDOP 3 = TDOP 4 = EPE 5 = HPE 6 = VPE 7 = TIME 8 = DEPTH 9 = SOG 10 = QUALITY
name optional xs:string
qualitycontrol optional Restriction of xs:string
Flag that determines whether quality control parameters are used to filter out GPS fixes captured in the tracklog shapefile.
visible optional Restriction of xs:string

Attributes

NameTypeUseDefaultFixedDescription
intervalxs:stringoptional1,0,0 Interval of GPS fixes to capture at in the tracklog shapefile.
measureRestriction of xs:intoptional0 The GPS measurement that is stored as the tracklog shapefile's measure value (M-value). The values that represent each measurement are: 0 = PDOP 1 = HDOP 2 = VDOP 3 = TDOP 4 = EPE 5 = HPE 6 = VPE 7 = TIME 8 = DEPTH 9 = SOG 10 = QUALITY
namexs:stringoptional   
qualitycontrolRestriction of xs:stringoptionaltrue Flag that determines whether quality control parameters are used to filter out GPS fixes captured in the tracklog shapefile.
visibleRestriction of xs:stringoptionalfalse  

Examples

Source

<xs:element name="TRACKLOG" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to specify the GPS tracklog settings in ArcPadPrefs.apx.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute default="1,0,0" name="interval" type="xs:string">
      <xs:annotation>
        <xs:documentation>Interval of GPS fixes to capture at in the tracklog shapefile.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute default="0" name="measure">
      <xs:annotation>
        <xs:documentation>The GPS measurement that is stored as the tracklog shapefile's measure value (M-value). The values that represent each measurement are:
0 = PDOP
1 = HDOP
2 = VDOP
3 = TDOP
4 = EPE
5 = HPE
6 = VPE
7 = TIME
8 = DEPTH
9 = SOG
10 = QUALITY</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="0" />
          <xs:maxInclusive value="10" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute ref="name">
      <xs:annotation>
        <xs:documentation>Complete path and filename of tracklog shapefile.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute default="true" name="qualitycontrol">
      <xs:annotation>
        <xs:documentation>Flag that determines whether quality control parameters are used to filter out GPS fixes captured in the tracklog shapefile.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="true" />
          <xs:enumeration value="false" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute default="false" ref="visible">
      <xs:annotation>
        <xs:documentation>Specifies whether the tracklog is displayed.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.